Lowell Prange Apps

Arrhythmia monitor open source 1.11
Lowell Prange
This app assumes you have a Zephyr HxM BT paired via bluetooth. Itwill not do much without this device paired and worn by the user.Much like your own personal EKG. This app plots each beat of theheart in real time to look for irregularities in one's pulse. Atthe press of the "Save RR values" button, all data for the sessionis saved into a text file that can be loaded into analysis softwarelike Kubios. This app was written with research in mind becauseother sport apps seem to smooth the data. We wanted to see everybeat and every data point without averaging. it seems that everyfunctional beat-to-beat real time heart monitor [HM] availabletoday integrates the pulses from 3-5 beats, smoothing the HR vstime graph. And there are other HM's that provide each beat but thegraph is available only after the measurements are completed, i.e.after the fact. Integration, averaging, smoothing of 3-5 pulses isdone because ECG data has always been historically noisy and thisfiltering reduces the noise. Source code can be found athttps://github.com/dostyvsky/Arrhythmia_monitor